PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowContentBorders Class / setTop Method
A com.o2sol.pdf4java.graphics.PDFPen object that describes how the top border is drawn.
In This Topic
    setTop Method
    In This Topic
    Sets the top border.
    Syntax
    public void setTop( 
       PDFPen value
    )

    Parameters

    value
    A com.o2sol.pdf4java.graphics.PDFPen object that describes how the top border is drawn.
    See Also